Welcome![Sign In][Sign Up]
Location:
Search - RTOS 51

Search list

[Embeded-SCM DevelopRTOS 51代码

Description: RTOS 51代码-RTOS code
Platform: | Size: 742201 | Author: 严臣 | Hits:

[Embeded-SCM DevelopSmall RTOS(51)源代码、应用问答集

Description: Small RTOS(51)源代码、应用问答集.zip 可用于嵌入式51系统。--Source code for small RTOS(51), and Q&A. It could be used in embedded 51 system.
Platform: | Size: 668828 | Author: 张强 | Hits:

[uCOSSmallRTOS for C51

Description: 嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。
Platform: | Size: 87185 | Author: joyhee@sohu.com | Hits:

[Embeded-SCM DevelopRTOS 51代码

Description: RTOS 51代码-RTOS code
Platform: | Size: 742400 | Author: 严臣 | Hits:

[Embeded-SCM DevelopSmall RTOS(51)源代码、应用问答集

Description: Small RTOS(51)源代码、应用问答集.zip 可用于嵌入式51系统。--Source code for small RTOS(51), and Q&A. It could be used in embedded 51 system.
Platform: | Size: 668672 | Author: 张强 | Hits:

[Other Embeded program51下的操作系统,small rtos

Description: 51下的操作系统-51 of the operating system
Platform: | Size: 816128 | Author: 邓杰文 | Hits:

[SCMMiniRTOS_51

Description: 51上的RTOS,该RTOS为非占先式多任务操作系统,如果用户任务的最长执行时间小于 系统节拍时间,则本MiniRTOS要优于占先式TOS。因为本MiniRTOS占用资源小,RAM不超过20字节,程序空间只占为600多字节。-51 on the RTOS, the RTOS non-preemptive multitasking operating system, if the user of the longest task execution times smaller than system beats time, it is superior to the MiniRTOS Preemptive 200040. Because of the small resources MiniRTOS occupation, RAM no more than 20 bytes, procedures only for the space of more than 600 bytes.
Platform: | Size: 34816 | Author: So1o | Hits:

[Other Embeded program无需外扩ram即可在51上执行的占先式RTOS

Description: 无需外扩ram即可在51上执行的占先式RTOS 可移植,完全免费,公开源代码 具有详细中文文档和注释 (作者已经把它运用到实际的项目中)-without ram can be extended outside of the 51 on the implementation of preemptive RTOS portable, free, open-source with the Chinese documents and detailed notes (The author has already put it to practical use items)
Platform: | Size: 735232 | Author: 周小川 | Hits:

[SCM一个51下的源代码开放的操作系统small rtos

Description: 讲述了一个51单片机下的操作系统,有利于工程师再实际当中选用-about a 51 Microcontroller operating system, engineers have to use them in more practical
Platform: | Size: 690176 | Author: | Hits:

[Other Embeded programsmallrtos_time

Description: 一种51单片机嵌入式系统SMALL RTOS 51的应用,一个电子时钟的应用程序。-embedded microcontroller system SMALL RTOS 51 applications, an electronic clock applications.
Platform: | Size: 86016 | Author: 孙鹏 | Hits:

[uCOS216327RTOS_51

Description: RTOS 51,51单片机嵌入式操作系统-RTOS operating system embedded microcontroller 51.51
Platform: | Size: 12288 | Author: huang | Hits:

[uCOSxltExlt2

Description: 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (3)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.-If running this example, the simulation of the PC window of 1,2,3-line display some information, in a random location ~ 5. c51 as the default decoder does not support heavy-function, its emphasis on the use of simulation function to the re-use system without Push stack, Small RTOS 51 and no heavy Push management, in TaskA ~ TaskE and although similar, but not the merger. Note : (1) in KEIL C51 project, I have already output directory in e : \ temp. You can Project-
Platform: | Size: 6144 | Author: 邢兰停 | Hits:

[SCMSmall_RTOS_Fordp51

Description: Small rtos在51单片机中的移植与一些例程-Small rtos 51 microprocessor in the transplant with some routines
Platform: | Size: 113664 | Author: yinyedan | Hits:

[SCMrtos51

Description: RTOS-51实时操作系统 源程序,运行于51单片机上的实时操作系统源代码-RTOS-51 real-time operating system source code, running on the MCU 51 real-time operating system source code
Platform: | Size: 604160 | Author: lijinhao | Hits:

[Embeded-SCM DevelopREAL_TIMErtos

Description: Small RTOS(51) 1.00v 无需外扩ram即可在51上执行的占先式RTOS 可移植,完全免费,公开源代码 具有详细中文文档和注释 (作者已经把它运用到实际的项目中)-Small RTOS (51) 1.00v without ram can be expanded outside of the 51 on the implementation of Preemptive RTOS portable, completely free, open-source with the Chinese document in detail and notes (The author has put it into the actual projects)
Platform: | Size: 351232 | Author: zhanghh624 | Hits:

[OS DevelopSmallRtos51

Description: Small RTOS是一个源代码公开的多任务实时操作系统,Small RTOS 51 是其在8051系列处理器上的移植(使用keil c51)。Small RTOS可以简化那 些复杂而且时间要求严格的工程的软件设计工作.本手册主要讲述Small RTOS 的使用,本说明了在8051系列处理器上使用应该注意的问题。同时讲述了 Small RTOS的移植。 -Small RTOS is an open source multi-task real-time operating system, Small RTOS 51 are in the 8051 series of processors on the transplant (using keil c51). Small RTOS can simplify those complex and time-critical software engineering design work. This manual focuses on the use of Small RTOS, the note in the 8051 series of processors on the use of problem should be noted. At the same time about the Small RTOS transplant.
Platform: | Size: 690176 | Author: 海新 | Hits:

[SCMclock

Description: Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。-Small RTOS 51 DP-51 download simulation instrument to achieve an alarm clock source.
Platform: | Size: 15360 | Author: 王晓玲 | Hits:

[SCM51-MCU-small-RTOS

Description: 51 单片机 small RTOS系统,keil环境下编译-51 single small RTOS system, keil compiler environment
Platform: | Size: 104448 | Author: 王明 | Hits:

[SCMsmall-RTOS

Description: 51单片机最小系统程序。多任务处理,适合初学51的-51 smallest single-chip system program. Multi-tasking, for beginners 51. .
Platform: | Size: 118784 | Author: li | Hits:

[Embeded-SCM DevelopRTOS 51工程文件

Description: 采用RTOS操作系统的完整源代码,内含遥控,按键扫描,膜冲电位器扫描识别,显示驱动,4094等完整代码,可以直接用于生产。(The complete source code of RTOS operating system, including remote control, keystroke scanning, membrane punch potentiometer scanning identification, display driver, 4094 and other complete code, can be directly used in production.)
Platform: | Size: 2309120 | Author: chjyxy | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net